home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3cycle.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_CYCLE_H = 1;
- include("oops/r3osgdgt.js")
- include("oops/r3mxiltg.js")
-
-
- var R3CLID_CYCLE = 32;
-
-
-
-
- // Description: Sets the cycle gadget width so that it fits the widest label.
-
- R3CYCLM_SETWIDTHBYLABELS = 32000;
-
- function mR3CYCLM_SETWIDTHBYLABELS() {
- DoA(this.r3obj, 32000, 0, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Cycle () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_CYCLE, arguments);
- }
- // Methods
- this.SETWIDTHBYLABELS=mR3CYCLM_SETWIDTHBYLABELS;
-
- }
-
- r3Cycle.prototype=new r3Osgadget;
- // r3cycle.h_H